From 608ea4470ec2e3c0c072336b3691cea2b7d16929 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 23 Jun 2005 16:32:59 +0000 Subject: [PATCH] Correct potentially unused variable. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1222 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/hsa_ndv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/hsa_ndv.c b/gpsbabel/hsa_ndv.c index d52452048..eb2bd78d4 100644 --- a/gpsbabel/hsa_ndv.c +++ b/gpsbabel/hsa_ndv.c @@ -388,7 +388,7 @@ void readVersion4( FILE* pFile) long* pts2 = 0; int soundArray = FALSE; - int numberOfVerticies; + int numberOfVerticies = 0; char className[256]; char attr[1024]; int Vertex; -- 2.30.2